From 16c1819d6de9f52ef2b9de24318cc5cdb37cbf9d Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Fri, 10 Oct 2003 16:46:06 +0000 Subject: [PATCH] bitkeeper revision 1.501 (3f86e24efokzHYQdPBVew6ZStP9mLg) ParseVbdCreate.java: Fix vbdcreate xenctl call to attach vbds to dom0. --- tools/control/src/org/xenoserver/cmdline/ParseVbdCreate.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/control/src/org/xenoserver/cmdline/ParseVbdCreate.java b/tools/control/src/org/xenoserver/cmdline/ParseVbdCreate.java index ca59ee3c71..cec289bcf7 100644 --- a/tools/control/src/org/xenoserver/cmdline/ParseVbdCreate.java +++ b/tools/control/src/org/xenoserver/cmdline/ParseVbdCreate.java @@ -21,9 +21,6 @@ public class ParseVbdCreate extends CommandParser { if (vd_key.equals("") && partition_name.equals("")) { throw new ParseFailedException("Expected -k or -p"); } - if (domain_id == 0) { - throw new ParseFailedException("Expected -n"); - } if (vbd_num == -1) { throw new ParseFailedException("Expected -v"); } -- 2.30.2